.Net Framework > v1.1.4322 > System > Windows > Forms > Control Control
Category
Class
Description
Defines the base class for controls, which are components with visual representation.
Assembly
System.Windows.Forms
Character
public
Attributes
NameValue/Assignment
DesignerAttributeSystem.Windows.Forms.Design.ControlDesigner, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
DefaultPropertyAttributeText
DefaultEventAttributeClick
ToolboxItemFilterAttributeSystem.Windows.Forms
DesignerSerializerAttributeSystem.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
Ancestors
Component > MarshalByRefObject > Object
Implements
ISynchronizeInvoke, IWin32Window
Descendants
ByteViewer, AxHost, ButtonBase, DataGrid, DateTimePicker, GroupBox, Label, ListControl, ListView, MdiClient, MonthCalendar, PictureBox, PrintPreviewControl, ProgressBar, ScrollableControl, ScrollBar, Splitter, StatusBar, TabControl, TextBoxBase, ToolBar, TrackBar, TreeView
Contstructors
Control()
Control(String)
Control(String,Int32,Int32,Int32,Int32)
Control(Control,String)
Control(Control,String,Int32,Int32,Int32,Int32)
Properties
AccessibilityObject
AccessibleDefaultActionDescription
AccessibleDescription
AccessibleName
AccessibleRole
AllowDrop
Anchor
BackColor
BackgroundImage
BindingContext
Bottom
Bounds
CanFocus
CanSelect
Capture
CausesValidation
ClientRectangle
ClientSize
CompanyName
ContainsFocus
ContextMenu
Controls
Created
CreateParams
Cursor
DataBindings
DefaultBackColor
DefaultFont
DefaultForeColor
DefaultImeMode
DefaultSize
DisplayRectangle
Disposing
Dock
Enabled
Focused
Font
FontHeight
ForeColor
Handle
HasChildren
Height
ImeMode
InvokeRequired
IsAccessible
IsDisposed
IsHandleCreated
Left
Location
ModifierKeys
MouseButtons
MousePosition
Name
Parent
ProductName
ProductVersion
RecreatingHandle
Region
RenderRightToLeft
ResizeRedraw
Right
RightToLeft
ShowFocusCues
ShowKeyboardCues
Site
Size
TabIndex
TabStop
Tag
Text
Top
TopLevelControl
Visible
Width
WindowTarget
Events
BackColorChanged
BackgroundImageChanged
BindingContextChanged
CausesValidationChanged
ChangeUICues
Click
ContextMenuChanged
ControlAdded
ControlRemoved
CursorChanged
DockChanged
DoubleClick
DragDrop
DragEnter
DragLeave
DragOver
EnabledChanged
Enter
FontChanged
ForeColorChanged
GiveFeedback
GotFocus
HandleCreated
HandleDestroyed
HelpRequested
ImeModeChanged
Invalidated
KeyDown
KeyPress
KeyUp
Layout
Leave
LocationChanged
LostFocus
MouseDown
MouseEnter
MouseHover
MouseLeave
MouseMove
MouseUp
MouseWheel
Move
Paint
ParentChanged
QueryAccessibilityHelp
QueryContinueDrag
Resize
RightToLeftChanged
SizeChanged
StyleChanged
SystemColorsChanged
TabIndexChanged
TabStopChanged
TextChanged
Validated
Validating
VisibleChanged
Methods
AccessibilityNotifyClients(AccessibleEvents,Int32)
BeginInvoke(Delegate)
BeginInvoke(Delegate,Object[])
BringToFront()
Contains(Control)
CreateAccessibilityInstance()
CreateControl()
CreateControlsInstance()
CreateGraphics()
CreateHandle()
DefWndProc(Message@)
DestroyHandle()
Dispose(Boolean)
DoDragDrop(Object,DragDropEffects)
EndInvoke(IAsyncResult)
FindForm()
Focus()
FromChildHandle(IntPtr)
FromHandle(IntPtr)
GetChildAtPoint(Point)
GetContainerControl()
GetNextControl(Control,Boolean)
GetStyle(ControlStyles)
GetTopLevel()
Hide()
InitLayout()
Invalidate()
Invalidate(Boolean)
Invalidate(Rectangle)
Invalidate(Rectangle,Boolean)
Invalidate(Region)
Invalidate(Region,Boolean)
Invoke(Delegate)
Invoke(Delegate,Object[])
InvokeGotFocus(Control,EventArgs)
InvokeLostFocus(Control,EventArgs)
InvokeOnClick(Control,EventArgs)
InvokePaint(Control,PaintEventArgs)
InvokePaintBackground(Control,PaintEventArgs)
IsInputChar(Char)
IsInputKey(Keys)
IsMnemonic(Char,String)
NotifyInvalidate(Rectangle)
OnBackColorChanged(EventArgs)
OnBackgroundImageChanged(EventArgs)
OnBindingContextChanged(EventArgs)
OnCausesValidationChanged(EventArgs)
OnChangeUICues(UICuesEventArgs)
OnClick(EventArgs)
OnContextMenuChanged(EventArgs)
OnControlAdded(ControlEventArgs)
OnControlRemoved(ControlEventArgs)
OnCreateControl()
OnCursorChanged(EventArgs)
OnDockChanged(EventArgs)
OnDoubleClick(EventArgs)
OnDragDrop(DragEventArgs)
OnDragEnter(DragEventArgs)
OnDragLeave(EventArgs)
OnDragOver(DragEventArgs)
OnEnabledChanged(EventArgs)
OnEnter(EventArgs)
OnFontChanged(EventArgs)
OnForeColorChanged(EventArgs)
OnGiveFeedback(GiveFeedbackEventArgs)
OnGotFocus(EventArgs)
OnHandleCreated(EventArgs)
OnHandleDestroyed(EventArgs)
OnHelpRequested(HelpEventArgs)
OnImeModeChanged(EventArgs)
OnInvalidated(InvalidateEventArgs)
OnKeyDown(KeyEventArgs)
OnKeyPress(KeyPressEventArgs)
OnKeyUp(KeyEventArgs)
OnLayout(LayoutEventArgs)
OnLeave(EventArgs)
OnLocationChanged(EventArgs)
OnLostFocus(EventArgs)
OnMouseDown(MouseEventArgs)
OnMouseEnter(EventArgs)
OnMouseHover(EventArgs)
OnMouseLeave(EventArgs)
OnMouseMove(MouseEventArgs)
OnMouseUp(MouseEventArgs)
OnMouseWheel(MouseEventArgs)
OnMove(EventArgs)
OnNotifyMessage(Message)
OnPaint(PaintEventArgs)
OnPaintBackground(PaintEventArgs)
OnParentBackColorChanged(EventArgs)
OnParentBackgroundImageChanged(EventArgs)
OnParentBindingContextChanged(EventArgs)
OnParentChanged(EventArgs)
OnParentEnabledChanged(EventArgs)
OnParentFontChanged(EventArgs)
OnParentForeColorChanged(EventArgs)
OnParentRightToLeftChanged(EventArgs)
OnParentVisibleChanged(EventArgs)
OnQueryContinueDrag(QueryContinueDragEventArgs)
OnResize(EventArgs)
OnRightToLeftChanged(EventArgs)
OnSizeChanged(EventArgs)
OnStyleChanged(EventArgs)
OnSystemColorsChanged(EventArgs)
OnTabIndexChanged(EventArgs)
OnTabStopChanged(EventArgs)
OnTextChanged(EventArgs)
OnValidated(EventArgs)
OnValidating(CancelEventArgs)
OnVisibleChanged(EventArgs)
PerformLayout()
PerformLayout(Control,String)
PointToClient(Point)
PointToScreen(Point)
PreProcessMessage(Message@)
ProcessCmdKey(Message@,Keys)
ProcessDialogChar(Char)
ProcessDialogKey(Keys)
ProcessKeyEventArgs(Message@)
ProcessKeyMessage(Message@)
ProcessKeyPreview(Message@)
ProcessMnemonic(Char)
RaiseDragEvent(Object,DragEventArgs)
RaiseKeyEvent(Object,KeyEventArgs)
RaiseMouseEvent(Object,MouseEventArgs)
RaisePaintEvent(Object,PaintEventArgs)
RecreateHandle()
RectangleToClient(Rectangle)
RectangleToScreen(Rectangle)
ReflectMessage(IntPtr,Message@)
Refresh()
ResetBackColor()
ResetBindings()
ResetCursor()
ResetFont()
ResetForeColor()
ResetImeMode()
ResetMouseEventArgs()
ResetRightToLeft()
ResetText()
ResumeLayout()
ResumeLayout(Boolean)
RtlTranslateAlignment(ContentAlignment)
RtlTranslateAlignment(HorizontalAlignment)
RtlTranslateAlignment(LeftRightAlignment)
RtlTranslateContent(ContentAlignment)
RtlTranslateHorizontal(HorizontalAlignment)
RtlTranslateLeftRight(LeftRightAlignment)
Scale(Single)
Scale(Single,Single)
ScaleCore(Single,Single)
Select()
Select(Boolean,Boolean)
SelectNextControl(Control,Boolean,Boolean,Boolean,Boolean)
SendToBack()
SetBounds(Int32,Int32,Int32,Int32)
SetBounds(Int32,Int32,Int32,Int32,BoundsSpecified)
SetBoundsCore(Int32,Int32,Int32,Int32,BoundsSpecified)
SetClientSizeCore(Int32,Int32)
SetStyle(ControlStyles,Boolean)
SetTopLevel(Boolean)
SetVisibleCore(Boolean)
Show()
SuspendLayout()
Update()
UpdateBounds()
UpdateBounds(Int32,Int32,Int32,Int32)
UpdateBounds(Int32,Int32,Int32,Int32,Int32,Int32)
UpdateStyles()
UpdateZOrder()
WndProc(Message@)
Types
ControlAccessibleObject
ControlCollection
Tags
0103E2B958, 02E3ABA98D, 0311417F6F
Software for developers
.Net Components
Delphi Components
Software for Android Developers
More information resources
WinAPI Programmer's Reference
Unix Manual Pages
Delphi Examples
Databases for Amazon shops developers
Amazon Categories Database
Browse Nodes Database